Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionFileInfo<T> Class
Members

In This Topic
    SessionFileInfo<T> Class
    In This Topic
    Tracks session headers and fragments from one or more fragments
    Syntax
    'Declaration
     
    
    <DebuggerDisplayAttribute("Id: {Id}, IsRunning: {IsRunning}")>
    Public Class SessionFileInfo(Of T As Class) 
    [DebuggerDisplay("Id: {Id}, IsRunning: {IsRunning}")]
    public class SessionFileInfo<T> 
    where T: class
    Type Parameters
    T
    Remarks
    Designed to help assemble a virtual index from a set of file fragments.
    Inheritance Hierarchy

    System.Object
       Gibraltar.Monitor.SessionFileInfo<T>

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also